fix: fix additional functions call error in runtime#196
Merged
msojocs merged 1 commit intomsojocs:masterfrom Feb 8, 2026
Merged
fix: fix additional functions call error in runtime#196msojocs merged 1 commit intomsojocs:masterfrom
msojocs merged 1 commit intomsojocs:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题描述
背景条件
使用 Ubuntu 24.04 LTS + GNOME 46
情况可复现版本:本地编译版本 + Release/bilibili-1.17.5-x86_64.AppImage
electron 等版本均为 repo 构建脚本
tools/setup-bilibili默认解决过程
f12进入开发者面板,发现存在 error。追踪后报错如下:函数接口均以 memo 形式给出
此时函数名转变为一个对象,因此考虑使用 <fun_name /> 的格式调用。
解决情况
补充说明
这是窝第一次提 Pr,书写的时候感到自己有许多不足之处,请您不吝赐教。感谢您的项目和持续不断的维护!